projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7c826
)
(Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Apr 1996 10:56:40 +0000
(10:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Apr 1996 10:56:40 +0000
(10:56 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index e405b066b6f1d6759b1471f84c2ec4d3eed6c00e..2bc6de784fce1402aed728950e1259633d0c3e8c 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-1383,7
+1383,7
@@
determines whether case is significant or ignored.")
buf2 = Fget_buffer (buffer2);
if (NILP (buf2))
nsberror (buffer2);
- bp2 = XBUFFER (buf
fer
2);
+ bp2 = XBUFFER (buf2);
}
if (NILP (start2))